-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: update gnovm Makefile #1371
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1371 +/- ##
=======================================
Coverage 47.77% 47.77%
=======================================
Files 393 393
Lines 61630 61630
=======================================
Hits 29443 29443
Misses 29717 29717
Partials 2470 2470 ☔ View full report in Codecov by Sentry. |
would be nice to automate this, any idea? |
So, this one I'd jotted down to fix at some point; thank you for jumping ahead and doing it :) My take on this:
|
It would definitely be convenient to automate, but for now I can only think of scanning the directory with a shell script(like |
You can just reorganise the tests (see my comment). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the fix 🙏
ping @notJoon |
Oh, I toatally forgot about this PR. Is there anything else I need to work on? like the automation that we talked before. |
@notJoon see my comment for a proposal: #1371 (comment) It requires adding an exception in code to simply split between "normal" and "long" packages; no automation / code-generation needed. |
Yes, I've updated to based on your comment, and I'm currently working on fixing the tests that aren't passing. When I run it as an individual file it works fine, but when I run it with make I get the error |
I don't see the tests you're running. Feel free to ping me in DM with stacktraces/info and I can take a look. From the looks of it, the place where you think the error is happening may be incorrect. It should be somewhere where we're doing an assertion on |
After discussing with @notJoon privately, we decided to close out this PR 🙏 |
Added stdlibs that were missing from
_test.gnoland.pkg0